home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18199 < prev    next >
Encoding:
Text File  |  1996-08-05  |  976 b   |  32 lines

  1. Path: brookes.ac.uk!news
  2. From: Krunchie <95155580@brookes.ac.uk>
  3. Newsgroups: comp.lang.c,comp.lang.c++
  4. Subject: Re: calling 16 bit DLL from 32-bit C/C++ program?
  5. Date: 19 Apr 1996 09:30:36 GMT
  6. Organization: Digital Dynamics Unlimited
  7. Message-ID: <4l7mfs$bse@cs3.brookes.ac.uk>
  8. References: <4l4die$i7q@vixen.cso.uiuc.edu>
  9. NNTP-Posting-Host: rm003b4a.brookes.ac.uk
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=iso-8859-1
  12. Content-Transfer-Encoding: 8bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15. Baogang Yao <b-yao@cs.uiuc.edu> wrote:
  16. >Does anybody know whether it's possible to call a 16-bit DLL from a
  17. >32bit C/C++ application? I am using Microsoft Visual C++4.0, and I
  18. >have to call a 16 bit DLL. 
  19. >
  20. >Any suggestions will be helpful. Thanks in advance.
  21. >
  22. >Baogang Yao
  23. >b¡yao@cs.uiuc.edu
  24.  
  25. I am not 100% sure about this one....
  26. I don't think it is possible to use a 16-bit DLL from a 32 Bit 
  27. application. You need to obtain a copy of the DLL as a 32-Bit DLL
  28.  
  29. Krunch'
  30.  
  31.  
  32.